﻿rcm_override_interaction = {
	category = interaction_category_uncategorized
	special_interaction = feudalize_tribal_holding
	hidden = yes

	target_type = title
	target_filter = actor_domain_titles

	is_shown = {
		scope:actor = {
			this = scope:recipient
		}
	}

	on_accept = {
		scope:actor = {
            set_realm_capital = scope:target
		}
	}
	
	ai_will_do = {
		base = 0
    }
}
